home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.331 < prev    next >
Text File  |  1996-02-12  |  29KB  |  655 lines

  1. Frequently Asked Questions (FAQS);faqs.331
  2.  
  3.  
  4.  
  5.     Then the mail server will ftp to the site specified in a), go to the
  6.     directory specified in b), set to binary/ascii mode according to c),
  7.     get the file you want as specified in d). Then the server will send it
  8.     back to you by mail in uuencoded or other format (if applicable)
  9.     according to e). We recommend the use of uuencode mode for e). If you
  10.     specify in a command that you want the file to be splitted, it will
  11.     mail the file piece by piece, with each piece of size specified in f)
  12.     bytes. We recommend the split mode as some mail system cannot handle
  13.     large mails.
  14.  
  15.     There are only a few ftp mail servers available so far. Here are the
  16.     ones I got.
  17.  
  18.     1)    ftpmail@decwrl.dec.com
  19.     2)    ftpmail@cs.uow.edu.au
  20.  
  21.     You can obtain a help mail from those servers by sending a mail to the
  22.     above address, with nothing in Subject: line. Then type 'help' on the
  23.     first line follow by 'quit' on the second line of the mail body.
  24.  
  25.     Below is an example request mail to get files from asia.lcs.mit.edu.
  26.     It applies to the mail server 1). Subject line of the request mail
  27.     can be any.
  28.  
  29.     <<<<<<<<<<<<<<<<<MAIL BEGIN>>>>>>>>>>>>>>>>>
  30.     connect asia.lcs.mit.edu
  31.     chdir /pub/hongkong/gif/popstars
  32.     binary
  33.     uuencode
  34.     get <FILE>
  35.     quit
  36.     <<<<<<<<<<<<<<<<<MAIL   END>>>>>>>>>>>>>>>>>
  37.  
  38. Please also get and read the information text files in the archive.
  39. Please get the file HK****.index from a particular subdivided archive
  40. for a list of brief description of the pictures.
  41.  
  42. After sending the request mail, you may need to wait for about half to
  43. a day for the files.
  44.  
  45. -------------------------------------------------------------------------------
  46. 3022)    How do I get pictures from USENET newsgroups?
  47.  
  48. New incoming pictures are also posted to the Usenet newsgroups:
  49. alt.binaries.pictures, alt.binaries.pictures.misc
  50.  
  51. The pictures are uuencoded and posted in a number of articles (parts).
  52. One must save and append them together in the order of part number.
  53. Remove the "-----Cut Here-----" lines and uudecode the appended file.
  54.  
  55. i) For those running 'rn' or 'trn'---
  56.     - g <desired newsgroup>
  57.       goto the newsgroup you want
  58.     - ... use your favorite method of jumping to the message with
  59.       part #1 of the GIF file you want
  60.     - w file1
  61.       save as a file with the part no (ie. 1) attached to filename.
  62.     - ... repeat the above two procedures to save all the parts to
  63.       different files by jumping to part 2, save with filename
  64.       with 2 attached, then part 3,.... and so on until done.
  65.     - another way is to save it all in one shot with (in rn)
  66.       /<rootname>/w filename.
  67.     - ... remove all lines above and including the "-----Cut Here-----"
  68.       line near the start of the file.
  69.     - ... remove all lines below and including the "-----Cut Here-----"
  70.       line near the end of the file.
  71.     - append all the files into one file IN ORDER of part number.
  72.     - uudecode <filename>
  73.       <filename> being the big file containing all the parts in
  74.       order.  This will recreate the GIF file.
  75.  
  76. ii) For those using rn and have the uuconc program---
  77.     - list all the Subjects with the "=" command
  78.     - write the postings in order to one file in append mode
  79.       (ie. {msg# of part1},...,{msg# of last part} w {filename})
  80.     - when it asks if you want full pathname, type "n"
  81.     - feed this file through uunconc (ie. "uunconc filename")
  82.       and there you have it.
  83.  
  84. iii) For those using 'nn'---
  85.     - G <desired newsgroup>
  86.       goto the desired newsgroup, in this case alt.binaries.pictures...
  87.     - press 'a' to list all the articles or 'j' to list only the unread
  88.       articles.
  89.     - select the parts which construct a picture you want.
  90.     - press 'W' to save the selected parts. When the prompt "save on"
  91.       appears, you can edit the path of the file to be written on.
  92.       The parts will be saved and appended in the order from the
  93.       uppermost selection to the bottom-most.
  94.     - remove the "-----Cut Here-----" lines and the text in-between
  95.       manually by an editor.
  96.     - uudecode <saved file>
  97.       decode the file back to binary GIF file.
  98.  
  99. -------------------------------------------------------------------------------
  100. 3023)    How do i view pictures on UNIX X-Windows?
  101.  
  102. For more complete information, you are referred to comp.graphics group
  103. and its FAQ. As far as I know, news on new viewer and image processor
  104. software can also be read in newsgroups such as alt.graphics.pixutils and
  105. alt.binaries.pictures.utilities.
  106.  
  107. I'd strongly suggest the viewer software 'xv'. Read its manual by
  108. 'man xv' for operating instructions. If you don't have access to it,
  109. you have to obtain its source code (src) file from ftp sites and
  110. compile it using the command 'make' in usual cases. (Please also read **)
  111. Example viewer software which support GIF are as follows:
  112.  
  113. i) xloadimage, xsetbg, xview -
  114.     Works on b&w or color displays, see the manual pages to view
  115.     the GIF file as a window or to set the image on the
  116.     background, it should be available on most sites, otherwise,
  117.     src is obtainable via anonymous ftp, export.lcs.mit.edu
  118.     [18.24.0.12], /contrib/xloadimage.3.01.tar.Z).
  119.  
  120. ii) xv - src in
  121.     foo.{x,y}.ext means there are 2 files called, foo.x.ext and
  122.     foo.y.ext.  The newer version (2.11 up) takes both JPEG and TIFF
  123.     formats as well. The sites and full pathnames are---
  124.     - export.lcs.mit.edu, /contrib/xv-2.{11,21}.tar.Z
  125.     - nic.funet.fi [128.214.6.100],
  126.         /pub/X11/contrib/xv-2.{20,11}.tar.Z)
  127.     - ftp.cis.upenn.edu [130.91.6.8], /pub/xv-2.{11,21}.tar.Z
  128.  
  129. ** Note on how to obtain and compile source code files such as *.tar.Z:
  130.  
  131.     - You can recover the files by working from right to left to
  132.       resolve the suffices using the following rules, an example
  133.       will follow.
  134.     - .Z - Get the src file from ftp site the same way as getting
  135.       picture files. When you are in the shell, use uncompress(1)
  136.       to restore the .Z compressed files (read compress(1) man page
  137.       as well).
  138.     - .tar - In the shell, type "tar xvf foo.tar" to extract the
  139.       files, the details can be found in the man page for tar(1).
  140.     - example - Assuming the file xv2r1.tar.Z is now residing in
  141.       the current directory, the steps to be taken are -
  142.         a) uncompress xv2r1.tar.Z
  143.       You will then get xv2r1.tar at the end after a).
  144.         b) tar xvf xv2r1.tar
  145.       The source file and subdirectories will be formed, you can
  146.       then change its Makefile (see make(1)) to do the compilation.
  147.     - If you don't know C and/or makefiles, you better find
  148.       someone at where you're at so that they can help you because
  149.       you'll need expereince before you can reconfigure the
  150.       Makefile and know how to answer the questions for your
  151.       system.
  152.  
  153. -------------------------------------------------------------------------------
  154. 3024)    How do i view pictures on IBM PC compatibles?
  155.  
  156. News on new viewer and image processor software can be read in newsgroups
  157. such as alt.graphics.pixutils, alt.binaries.pictures.utilities and
  158. comp.binaries.ibm.pc.archives.
  159.  
  160. I'd suggest the following software: Paint Shop Pro (PSPRO101.ZIP) or
  161. latest versions for Windows 3.x.
  162.  
  163. There are many programs available and some of them enable you to print
  164. the pictures.  The binaries can be obtained at the following ftp site:
  165. - wuarchive.wustl.edu [128.252.235.4], /mirrors/msdos/gif for MSDOS
  166.   software; /mirrors/msdos/windows3 for Windows 3.x software. The index
  167.   is "00-index.txt", get that file and then choose what you want.
  168.  
  169. Get the *.ZIP file like getting picture files. i.e.: use binary mode.
  170.  
  171. -------------------------------------------------------------------------------
  172. 3025)    How do I print pictures on a Postscript printer under UNIX?
  173.  
  174. One way is to use 'xwd' and 'xpr' to print the images to a postscript
  175. printer (I am sure there are some better ways). Read the man pages of
  176. those commands for operating instructions.
  177.  
  178.  
  179. -------------------------------------------------------------------------------
  180. 3050)    TOPICS: GENERAL GUIDE OF DONATING PICTURES/OTHER CONTRIBUTIONS
  181. -------------------------------------------------------------------------------
  182. 3051)    How do I post a picture to the newsgroups?
  183.  
  184. Of course you are free to post any pictures you want. However, if you
  185. want to contribute your posted pictures for a particular subdivided
  186. archive of HKPA, you must notify the person-in-charge of that archive,
  187. the availability of your pictures. Please read the topic specific for
  188. the subdivided archive you are concerning with, for the address of
  189. the appropriate person-in-charge you have to contact, as well as the
  190. contribution rules of the archive concerns.
  191.  
  192. ** The person-in-charge of some subdivided archive doesn't recommend
  193.    this way of submitting pictures. Please check that.
  194.  
  195. Your contributions must be posted to the following newsgroups:
  196.  
  197. alt.binaries.pictures, alt.binaries.pictures.misc
  198.  
  199. -PROCEDURE OF POSTING A GIF TO PICTURES NEWSGROUPS:
  200.     - uuencode the GIF file first.
  201.     - split the uuencoded file into parts less than 1000 lines.
  202.         This can be done using the Unix "split" program.
  203.     - add the lines:
  204.         "BEGIN--------------------Cut Here--------------------"
  205.       at the beginning and the line
  206.       "END----------------------Cut Here--------------------"
  207.       at the end of each split file.
  208.     - crosspost each part to "alt.binaries.pictures" AND
  209.       "alt.binaries.pictures.misc". This can be done by typing in
  210.       "alt.binaries.pictures,alt.binaries.pictures.misc" when asked
  211.       for the name of the newsgroup to post to.
  212.     - when posting, be sure to include "(chinese: HKPA.***)" in the
  213.       Subject: line to identify this posting as a part of our HKPA GIFs
  214.     - and include the filename and part number of current part being
  215.       posted. ( eg. Subject: file.gif (chinese: HKPA.***) [part 1/3] )
  216.     - post a part number 0 first (eg. [part 0/3]) which has a short
  217.       description of the content of the picture, for example:
  218.  
  219.       filename   : vchow02.gif
  220.       description: Full portrait of Vivian Chow (Chow Wai Man),
  221.                a Hong Kong pop singer
  222.       category   : female Hong Kong popstar
  223.       image      : 583x1052x256
  224.       filesize   : 309424 bytes
  225.  
  226. -------------------------------------------------------------------------------
  227. 3052)    Are there any easier ways of donating pictures?
  228.  
  229. Yes, but I can't say whether all the person-in-charge of their archives
  230. offer some other alternative ways of submission. Please refer to the
  231. topic specific for the subdivided archive you are concerning with for
  232. more details.
  233.  
  234. -------------------------------------------------------------------------------
  235. 3053)    Can I send pictures to HKPA ftp sites myself?
  236.  
  237. Strictly NO for nic.funet.fi, the mirror site for HKPA.POPSTARS.
  238. Generally NO for asia.lcs.mit.edu for most archives.
  239.  
  240. However, we don't recommend this way of submitting pictures. The person-
  241. in-charge of each archive will take care of your contributions in terms
  242. of public announcement of availability, and putting the pictures to ftp
  243. sites for you. In addition, the person-in-charge will post your pictures
  244. to newsgroups for you as well, if that archive offers such service. Again
  245. please read the topic specific for that particular archive for more info.
  246.  
  247. -------------------------------------------------------------------------------
  248. 3054)    How do I maximize the quality of a picture from a scanner?
  249.  
  250. This is not an easy question. It depends on what scanner software
  251. you have. If you have a color scanner which offers 256 (8-bit) colors
  252. or less, don't expect too much from it.
  253.  
  254. If your color scanner offers more than 8-bit colors, but the picture
  255. doesn't look "smooth" or looks grainy, the problem may be in one/more
  256. of the following:
  257.  
  258. i)    The scanner software. How it records the information from the
  259.     scanner. If the software can save in 16 million color (24-bit)
  260.     picture format such as TIFF, TGA, BMP, the problem may be in
  261.     the next items. If the software can only save in 8-bit color
  262.     format, don't worry. Read the next items first!!
  263.  
  264. ii)    The paper quality. You won't get good quality scan from pictures
  265.     on un-smooth glossy paper. Also, it is no good too when you scan
  266.     small pictures on thin magazine paper (such as the paper used
  267.     in the large "nosey megazines"). Matt paper is the best.
  268.  
  269. iii)    The quality of publishings. All pictures you see in every kinds
  270.     of publishings are dithered (i.e.: consists of tiny dots/pixels.
  271.     Look at a picture closely and you'll see). Depends on the dot
  272.     pattern and size, you may see the "wrinkles" on the scanned
  273.     picture. The quality can be improved by turning the source by a
  274.     small angle and rescan it. Also, use lower resolution (200 DPI
  275.     or less) with large picture source may help. Photographs don't
  276.     have such problem anyway.
  277.  
  278. If the scanned image is a bit out of focus, you can apply sharpness or
  279. edge enhancement filter in your image processor to improve the focus.
  280. However, it also emphasizes the "wrinkles" if scanned from publishings.
  281. Moreover, excessive application of filtering will degrade image quality.
  282.  
  283. -------------------------------------------------------------------------------
  284. 3055)    What kind of pictures does HKPA want?
  285.  
  286. Virtually all kinds, as long as it is related to Hong Kong. However,
  287. please contribute more to the existing subdivided archive rather than
  288. HKPA.MISC. Pictures which aren't fitted into the existing subdivided
  289. archive will be put to HKPA.MISC. Please also read the topic specific
  290. for each subdivided archive for the info of pictures wanted.
  291.  
  292. -------------------------------------------------------------------------------
  293. 3056)    What other picture formats does HKPA accept?
  294.  
  295. Other than GIF, we accept most of the popular picture formats including
  296. those which support the giant 16 million color (24-bit). If you have
  297. problems converting from a 24-bit color picture file to a 256 color
  298. (8-bit) GIF file, please feel free to consult with either Thomas Wong
  299. <twong@civil.ubc.ca> or Alan Yim <akwy@mundil.cs.mu.oz.au>. Please also
  300. notify the person-in-charge prior to send the picture file of format other
  301. than GIF.
  302.  
  303. -------------------------------------------------------------------------------
  304. 3057)    Can I & how do I organize a new subdivided archive HKPA.***?
  305.  
  306. As there will be a tendency of more new pictures of other categories,
  307. HKPA welcome any sincere volunteers to organize and maintain a GIF
  308. collection of a new category. A new category must be of course,
  309. related to Hong Kong.
  310.  
  311. In general, pictures which aren't fitted into the existing subdivided
  312. archive HKPA.*** will be put to HKPA.MISC, if the pictures are related
  313. to Hong Kong. The chance of a new subdivided archive becomes better as
  314. the number of pictures of a similar category increases in HKPA.MISC.
  315. We'll then call for volunteers to maintain a new subdivided archive
  316. anyway.
  317.  
  318. Please contact Alan Yim <akwy@mundil.cs.mu.oz.au> for more details.
  319.  
  320. -------------------------------------------------------------------------------
  321. 3058)    What else can I contribute?
  322.  
  323. Yes! Any other constructive contributions you can think of for HKPA will
  324. be greatly appreciated! Another way of becoming our "crew members" is to
  325. help us look for new mirror sites for HKPA. We'll help you establish it
  326. but you'll probably be needed to help us maintain it. It's not a hard
  327. task though.
  328.  
  329. Crew members of HKPA can join in every internal discussions on HKPA
  330. matters. Any other privileges? Please contact Alan Yim
  331. <akwy@mundil.cs.mu.oz.au> for more details.
  332.  
  333.  
  334. -------------------------------------------------------------------------------
  335. 3070)    TOPICS: MISCELLANEOUS QUESTIONS
  336. -------------------------------------------------------------------------------
  337. 3071)    Where else can I find a copy of this faq?
  338.  
  339. A copy of this document is also available in /pub/hongkong/hkpa directory,
  340. of ftp site: asia.lcs.mit.edu [18.52.0.62]. The file is called FAQ.
  341.  
  342. -------------------------------------------------------------------------------
  343. 3072)    What should I know when I access the ftp sites by ip number?
  344.  
  345. Not much. However, the IP number may be changed more frequently than the
  346. text address. If you cannot access the site asia.lcs.mit.edu
  347. [IP no.:18.52.0.62] one day, let us know and we will find out for you.
  348.  
  349.  
  350. -------------------------------------------------------------------------------
  351. 3140)    TOPICS: SPECIAL ACKNOWLEDGMENT
  352. -------------------------------------------------------------------------------
  353. 3141)    Who are our big brothers?
  354.  
  355. William Ang <ang@theory.lcs.mit.edu>:
  356. - system admin of asia.lcs.mit.edu who offers HKPA a perfect environment.
  357.  
  358. Kauto Houpio <huopio@lut.fi> and other GIF admin of nic.funet.fi:
  359. - GIF admin group of nic.funet.fi who offers us a mirror storage for
  360.   HKPA.POPSTARS.
  361.  
  362. John Ho <john@jho.com>:
  363. - who organizes and maintains the FAQ, initiator of HKPA.SCENIC.
  364.  
  365. SPECIAL THANKS TO all the picture contributors!!
  366.  
  367. -------------------------------------------------------------------------------
  368. 3142)    Who are the crew members of HKPA?
  369.  
  370. Thomas Wong <twong@civil.ubc.ca>:
  371. - In charge of HKPA.SCENIC & HKPA.POPSTARS
  372.  
  373. Alan Yim <akwy@mundil.cs.mu.oz.au>:
  374. - In charge of HKPA.POPSTARS & HKPA.MISC (DON'T MAIL PICTURES TO ME!)
  375.  
  376.  
  377. -------------------------------------------------------------------------------
  378. 3150)    TOPICS: HKPA.MISC SPECIFIC INFORMATION
  379. -------------------------------------------------------------------------------
  380. 3151)    What kind of pictures are in HKPA.MISC and are wanted?
  381.  
  382. All kinds of pictures which aren't fitted into other existing subdivided
  383. archives, as long as it is related to Hong Kong.
  384.  
  385. -------------------------------------------------------------------------------
  386. 3152)    How do I donate pictures to HKPA.MISC?
  387.  
  388. There are two ways. THE FIRST ONE IS THE BEST!!
  389.  
  390. i)    -Uuencode the GIF file and email the uuencoded file to Thomas
  391.      Wong <twong@civil.ubc.ca>.
  392.  
  393.      Example:
  394.      uuencode <GIF filename> <GIF filename> | mail twong@civil.ubc.ca
  395.  
  396.     -Tell Thomas in mail about the picture and the reason why you
  397.      want it in HKPA.MISC.
  398.     -Contributors are deserved to have credits. So please specify
  399.      whether your name or alias will be printed on the HKmisc.index.
  400.      If nothing are specified, the default will be the email address
  401.      of the contributor.
  402.  
  403. ii)    -Contributors can post the pictures to the pictures newsgroups.
  404.      Please read question 3051 for the procedure.
  405.     -Please state clearly in part 0 post what the picture is about.
  406.     -After posting the pictures, please mail Alan Yim
  407.      <akwy@mundil.cs.mu.oz.au> or Thomas Wong for notification of
  408.      availability.
  409.     -Contributors are deserved to have credits. So please specify
  410.      whether your name or alias will be printed on the HKmisc.index.
  411.      If nothing are specified, the default will be the email address
  412.      of the contributor.
  413.  
  414. -------------------------------------------------------------------------------
  415. 3153)    Can i upload pictures to ftp site myself for HKPA.MISC?
  416.  
  417. Not recommended. However, if you insist on uploading pictures this way,
  418. please mail Thomas first with a good reason.
  419.  
  420. -------------------------------------------------------------------------------
  421. 3154)    Are there any other rules I need to know for donations?
  422.  
  423. The most important rules are already mentioned in this topic. However,
  424. contributors must read the complete official rules in the file
  425. README.DONORS as well.
  426.  
  427.  
  428. -------------------------------------------------------------------------------
  429. 3200)    TOPICS: HKPA.POPSTARS SPECIFIC INFORMATION
  430. -------------------------------------------------------------------------------
  431. 3201)    What kind of pictures are in HKPA.POPSTARS and are wanted?
  432.  
  433. As the name says, the archive has the collection of well known show
  434. business people of Hong Kong. We also collect popstars who born in
  435. countries other than Hong Kong but their career are mainly based on
  436. Hong Kong. Of course they must be well known in Hong Kong too.
  437.  
  438. -------------------------------------------------------------------------------
  439. 3202)    How do I donate pictures to HKPA.POPSTARS?
  440.  
  441. There are two ways. THE FIRST ONE IS THE BEST!!
  442.  
  443. i)      -Contributors will get the full benefit by uuencoding the GIF file and
  444.          email the uuencoded file to Thomas Wong <twong@civil.ubc.ca>.
  445.  
  446.      Example:
  447.      uuencode <GIF filename> <GIF filename> | mail twong@civil.ubc.ca
  448.  
  449.     -Please name the GIF file according to the naming convention (see
  450.      question 3203)
  451.         -Contributors are required to mail Thomas a description file, where the
  452.      description must contain the name of the popstar(s) in the picture.
  453.     -Contributors are deserved to have credits. So please specify
  454.      whether your name or alias will be printed on the HKstar.index.
  455.      If nothing are specified, the default will be the email address
  456.      of the contributor.
  457.  
  458. ii)    -Contributors can post the pictures to the pictures newsgroups.
  459.      Please read question 3051 for the procedure.
  460.     -After posting the pictures, please mail Alan Yim
  461.      <akwy@mundil.cs.mu.oz.au> for notification of availability.
  462.     -Contributors are deserved to have credits. So please specify
  463.      whether your name or alias will be printed on the HKstar.index.
  464.      If nothing are specified, the default will be the email address
  465.      of the contributor.
  466.  
  467. -------------------------------------------------------------------------------
  468. 3203)    What is the file naming convention for HKPA.POPSTARS?
  469.  
  470. i)  1-star GIF files
  471. ~~~~~~~~~~~~~~~~~~~
  472. People should take the popstar's English name as first preference such as
  473.  
  474. vchow01.gif  (for Vivian Chow)
  475.  
  476. In other words, the format is INITIAL + LAST NAME + 2 DIGITS
  477.  
  478. If the English name is not known, then use
  479.  
  480. wmchow01.gif    (for Chow Wai Man)
  481.  
  482. In other words, the format is
  483.         INITIAL OF 2ND NAME + INITIAL OF 3RD NAME + LAST NAME + 2 DIGITS
  484.  
  485. ii)  GIF files with more than 1 star
  486. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  487. m1f3-01.gif   where m1 == 1 male, f3 == 3 females, which indicates there are
  488.               one male and three female popstars in a GIF.
  489. f2-01.gif     where there are 2 female popstars in a GIF.
  490.  
  491. If the number of any sex exceeds 9, then stars01.gif will be used.
  492.  
  493. NOTE: The numbering at the end of each file will be amongst the group of GIFs
  494.       of the same type. Such as:
  495. vchow01.gif
  496. vchow02.gif
  497. atam01.gif
  498. atam02.gif
  499. m1f1-01.gif
  500. m1f1-02.gif
  501. f2-01.gif
  502. f2-02.gif
  503.  
  504. When you submit the picture to Thomas, you don't need to append the digits
  505. at the end of a filename. We'll work it out for you.
  506.  
  507. (Special thanks to Anthony Wong <aywong@ohm.berkeley.edu> for the idea of
  508.  this convention)
  509.  
  510. -------------------------------------------------------------------------------
  511. 3204)    What if I don't know the name of the popstar but want to donate?
  512.  
  513. Please try your best to find out the name of the popstar(s) in the picture.
  514. If possible, please check out the English name and correct spelling of
  515. Chinese name from magazines as well. This will certainly reduce our
  516. workload and your picture will be processed very efficiently before it
  517. is available to the public.
  518.  
  519. If you really can't work out, just mail the uuencoded picture to Thomas.
  520. <twong@civil.ubc.ca>. He'll then run a "guessing game" to determine the
  521. popstar name for the description. Please read GUESSING.GAME file in
  522. /pub/hongkong/hkpa/popstars of asia.lcs.mit.edu for details of the guessing
  523. game.
  524.  
  525. If you aren't sure whether the name spelling is correct or if you don't
  526. know the English name, try you best to work out the words which sound
  527. like the name. Mail Thomas the description with the picture. Then Alan
  528. will ask the public to check the name for you. However, like the guessing
  529. game, it is a slow process.
  530.  
  531. The pictures to be solved will be put into /pub/hongkong/hkpa/popstars/guess
  532. for the period from 1 week to a month. Depends on the situation.
  533.  
  534. Please note that if no one suggest us a name during a guessing game (usually
  535. last for a month), the picture will be discarded.
  536.  
  537. -------------------------------------------------------------------------------
  538. 3205)    Can I upload pictures to ftp sites myself for HKPA.POPSTARS?
  539.  
  540. Strictly NO! We'll upload them for you. As we need to verify the popstar
  541. names and the picture, as well as the way to update HKstar.index,
  542. uploading pictures to ftp sites yourself will complicate our task.
  543.  
  544. -------------------------------------------------------------------------------
  545. 3206)    Are there any other rules I need to know for donations?
  546.  
  547. Please refer to question 3154.
  548.  
  549. -------------------------------------------------------------------------------
  550. 3250)    TOPICS: HKPA.SCENIC SPECIFIC INFORMATION
  551. -------------------------------------------------------------------------------
  552. 3251)    What kind of pictures are in HKPA.SCENIC and are wanted?
  553.  
  554. As the name says, the archive has the collection of scenic pictures
  555. of Hong Kong. From landscapes to buildings. In particular, pictures
  556. of beautiful architecture (both interior and exterior) are wanted.
  557. Of course the pictures must be taken in Hong Kong.
  558.  
  559. -------------------------------------------------------------------------------
  560. 3252)    How do I donate pictures to HKPA.SCENIC?
  561.  
  562. -Uuencode the GIF file and email the uuencoded file to Thomas
  563.  Wong <twong@civil.ubc.ca>.
  564.  
  565.  Example:
  566.  uuencode <GIF filename> <GIF filename> | mail twong@civil.ubc.ca
  567.  
  568. -Please name the GIF file according to the naming convention (see
  569.  question 3253).
  570. -Tell Thomas in mail about the picture in terms of what district
  571.  it was taken, and other info about the scene.
  572. -Contributors are deserved to have credits. So please specify
  573.  whether your name or alias will be printed on the HKscenic.index.
  574.  If nothing are specified, the default will be the email address
  575.  of the contributor.
  576.  
  577. -------------------------------------------------------------------------------
  578. 3253)    What is the file naming convention for HKPA.SCENIC?
  579.  
  580. We have a naming convention for the GIF picture filenames for
  581. HKscenic files. Pictures are separated into three categories:
  582. Hong Kong Island, Kowloon and New Territory. The year of the
  583. picture is also attached to the filename to indicate the time
  584. of this picture. Then a counter is tagged onto the end which is
  585. incremented as the number of files grow. The basic syntax is
  586. as shown below where YYYY is for the year and [a-z] is the
  587. letter that I will tag on as the archive grows.
  588.  
  589. Filename syntax:
  590.  
  591.   HK Island,      use hkYYYY[a-z].gif
  592.   Kowloon,        use kwYYYY[a-z].gif
  593.   New Territory,  use ntYYYY[a-z].gif
  594.  
  595. For the files which you don't know the exact year, you can
  596. round it off. For example, if you know a picture was taken
  597. in the 90's you can just use 1990 for the year. That should
  598. be close enough. Or if you can be more exact, for example,
  599. use 1990 for early 90's and 1995 for late 90's. That's fine
  600. too.
  601.  
  602. When you send the picture to Thomas, you don't need to append the
  603. letter [a-z] after the year in the filename. He'll work that out
  604. for you.
  605.  
  606. (Special thanks to John Ho <john@jho.com> for the idea of convention)
  607.  
  608. -------------------------------------------------------------------------------
  609. 3254)    Can I upload pictures to ftp site myself for HKPA.SCENIC?
  610.  
  611. Not recommended. However, if you insist on uploading pictures this way,
  612. please mail Thomas first with a good reason.
  613.  
  614. -------------------------------------------------------------------------------
  615. 3255)    Are there any other rules I need to know for donations?
  616.  
  617. Please refer to question 3154.
  618.  
  619. ----------------------------------END-OF-FAQ-----------------------------------
  620. |||||||||||||| H O   O A I   ---   Another word for SPECIAL |||||||||||||||
  621. ||||||| finger & email address: akwy@mundil.cs.mu.oz.au (Alan Yim) ||||||||
  622. |||||||||||| M a y - T h e - F o r c e - B e - W i t h - Y o u ||||||||||||
  623.  
  624.  
  625. --
  626. John Ho from Dallas, Texas USA. (john@jho.com)           - No news is bad news.
  627. --
  628. John Ho from Dallas, Texas USA. (john@jho.com)           - No news is bad news.
  629. Xref: bloom-picayune.mit.edu alt.fan.howard-stern:2995 news.answers:4320
  630. Newsgroups: alt.fan.howard-stern,news.answers
  631. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!usc!wupost!uunet!scifi!scifi!njs
  632. From: njs@scifi.uucp (Nick Simicich)
  633. Subject: [alt.fan.howard-stern] FAQ: Frequently Asked Questions about Howard Stern, Monthly Posting
  634. Message-ID: <1993.Jan.1.howard-stern.faq@scifi.uucp>
  635. Followup-To: alt.fan.howard-stern
  636. Sender: njs@scifi.uucp (Nicholas J. Simicich)
  637. Supersedes: <1993.Dec.1.howard-stern.faq@scifi.uucp>
  638. Organization: N.J. Simicich, Peekskill, NY
  639. Date: Tue, 1 Dec 1992 10:10:37 GMT
  640. Approved: news-answers-request@MIT.Edu
  641. Expires: 28 Jan 1993
  642. Lines: 268
  643.  
  644. Archive-name: howard-stern/faq
  645.  
  646. The following is a major revision of the Howard Stern FAQ.
  647.  
  648. This newsgroup was formed so that fans of Howard Stern can discuss the
  649. happenings on the show, the comings and goings, and other activities
  650. of Howard Stern.  Some folks don't like Howard Stern.  We know that.
  651. You don't have to take time out of your busy schedule to tell us that.
  652. The answer here is the same as Howard's answer:  If you don't like it,
  653. turn the dial, switch bands, change the station, find another
  654. newsgroup.
  655.